type crypto/internal/fips140/edwards25519.projCached
20 uses
crypto/internal/fips140/edwards25519 (current package)
edwards25519.go#L49: type projCached struct {
edwards25519.go#L89: func (v *projCached) Zero() *projCached {
edwards25519.go#L234: func (v *projCached) FromP3(p *Point) *projCached {
edwards25519.go#L260: qCached := new(projCached).FromP3(q)
edwards25519.go#L268: qCached := new(projCached).FromP3(q)
edwards25519.go#L273: func (v *projP1xP1) Add(p *Point, q *projCached) *projP1xP1 {
edwards25519.go#L293: func (v *projP1xP1) Sub(p *Point, q *projCached) *projP1xP1 {
edwards25519.go#L399: func (v *projCached) Select(a, b *projCached, cond int) *projCached {
edwards25519.go#L416: func (v *projCached) CondNeg(cond int) *projCached {
scalarmult.go#L101: multiple := &projCached{}
scalarmult.go#L176: multA := &projCached{}
tables.go#L11: points [8]projCached
tables.go#L21: points [8]projCached
tables.go#L88: func (v *projLookupTable) SelectInto(dest *projCached, x int8) {
tables.go#L120: func (v *nafLookupTable5) SelectInto(dest *projCached, x int8) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |